FVP AArch32: Fix flash access in BL32 for mem_protect
authorJoel Hutton <[email protected]>
Thu, 15 Mar 2018 11:33:44 +0000 (11:33 +0000)
committerJoel Hutton <[email protected]>
Thu, 15 Mar 2018 11:45:37 +0000 (11:45 +0000)
commit950c69563f9f47a1d1e1a9a98efbcd3d536486b9
treec3bcb4da4aaf60d7e2320ba2d523060f7eb502b0
parent16b05e94a2d1757cbb98de068c662d58a6919613
FVP AArch32: Fix flash access in BL32 for mem_protect

The FVP platform port for SP_MIN (BL32) didn't map the flash memory
in BL32 for stroring the mem_protect enable state information leading
to synchronous exception. The patch fixes it by adding the region to
the BL32 mmap tables.

Change-Id: I37eec83c3e1ea43d1b5504d3683eebc32a57eadf
Signed-off-by: Joel Hutton <[email protected]>
plat/arm/board/fvp/fvp_common.c